golang調用c++文件 簡要步驟: 1,將c++ 的方法提取到頭文件.h中( ) 2,編譯cc(c++)文件為動態鏈接庫so文件 gcc -fPIC -shared hello.c -o libhello.so 3 ...